Control

enum Control : ProtocolMessageEnum

Protobuf enum meshtastic.XModem.Control

Entries

Link copied to clipboard

NUL = 0;

Link copied to clipboard

SOH = 1;

Link copied to clipboard

STX = 2;

Link copied to clipboard

EOT = 4;

Link copied to clipboard

ACK = 6;

Link copied to clipboard

NAK = 21;

Link copied to clipboard

CAN = 24;

Link copied to clipboard

CTRLZ = 26;

Link copied to clipboard

Properties

Link copied to clipboard
val ACK_VALUE: Int = 6
ACK = 6;
Link copied to clipboard
val CAN_VALUE: Int = 24
CAN = 24;
Link copied to clipboard
val CTRLZ_VALUE: Int = 26
CTRLZ = 26;
Link copied to clipboard
val EOT_VALUE: Int = 4
EOT = 4;
Link copied to clipboard
val NAK_VALUE: Int = 21
NAK = 21;
Link copied to clipboard
val NUL_VALUE: Int = 0
NUL = 0;
Link copied to clipboard
val SOH_VALUE: Int = 1
SOH = 1;
Link copied to clipboard
val STX_VALUE: Int = 2
STX = 2;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<XmodemProtos.XModem.Control>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): XmodemProtos.XModem.Control

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.